Welcome![Sign In][Sign Up]
Location:
Search - raw sock

Search list

[Internet-NetworkRawReceiver

Description: 此文件包含两个独立程序,Sender和Receiver,用于测试网络对RAW类型的IP包的传输,可以用这两个程序测试路由器是否支持RAW类型的IP包传输,是否支持组播。程序演示了Windows下RAW socket的使用和RTP包协议的利用.程序工程由VC7.0生成。-this document contains two separate procedures, Sender and Receiver for testing network to RAW types of IP packet transmission, could use this test procedure two routers support RAW types of IP packet transmission, whether to support multicast. Procedures demonstrated Windows RAW socket and the use of RTP packets agreement utilization. VC7.0 procedures generated by the project.
Platform: | Size: 31744 | Author: 鲁锐 | Hits:

[Sniffer Package captureraw_socket_viewer

Description: raw socket 封包分析, 查看IP包的内容。 小巧,功能全-raw socket packet analysis to check the contents of the packet. Compact, all
Platform: | Size: 30720 | Author: 王磊 | Hits:

[Linux-UnixSOCK_RAW_using_in_linux

Description: Linux下SOCK_RAW原理和应用示例,比较有趣!建议大家看看玩-Linux SOCK_RAW principle and application examples, the more interesting! We look at the proposal to play
Platform: | Size: 1024 | Author: handsoft | Hits:

[VC/MFCWINDOWS__socket13

Description: 利用“原始套接字”(Raw Socket),我们可访问位于基层的传输协议。本章专门讲解如 何运用这种原始套接字,来模拟I P的一些实用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原 始套接字,亦可对I P头信息进行实际的操作。本章只关心I P协议;至于如何针对其他协议使 用原始套接字,我们不打算提及。而且,大多数协议(除AT M以外)根本就不支持原始套接 字。所有原始套接字都是使用S O C K _ R AW这个套接字类型来创建的,而且目前只有Wi n s o c k 2提供了对它的支持。因此,无论Microsoft Windows CE 还是老版本的Windows 95 (无 Winsock 2升级)均不能利用原始套接字的能力。-use "raw socket" (Raw Socket), we can visit at the grassroots transmission agreements. This chapter specifically on how to use the original socket, I P to simulate some practical tools, For example Tr a c e r t o u e and P i n g procedures, and so on. Original socket, I can right the first P information of the actual operation. I only care about this chapter P Agreement; As to how the other agreements original socket, we do not intend to mention. Moreover, most agreements (except outside AT M) simply does not support the original socket. All original socket are using S O C K R AW _ the socket types to create, but it's only Wi n o c k 2 of the support it. Therefore, Whether Microsoft Windows CE or an older version of Windows 95 (non-Win sock escalation 2) are not using the ori
Platform: | Size: 692224 | Author: 楼洛阳 | Hits:

[Sniffer Package capturePacket_Listener

Description: 基于 Raw Socket 的 数据包捕获程序。支持 TCP/UDP/ICMP,支持端口及IP 过滤。-Raw Socket-based packet data capture process. Supports TCP/UDP/ICMP, IP and port support filtering.
Platform: | Size: 43008 | Author: xpan | Hits:

[Internet-Networkudp_raw_socket

Description: windows网络编程之udp原始套接字-windows udp network's original programming socket
Platform: | Size: 1186816 | Author: 沈仲强 | Hits:

[Internet-NetworkIPliuliangfenxi

Description: 使用Raw Socket编程,监控本地网络,捕获一段时间内以本机为源或目的地址的IP数据包,统计IP数据包的信息,列出本机到相同目的地址或同一源地址到本机且数据包协议类型相同的数据包的数量。-use Raw Socket Programming and monitoring the local network, caught in a time machine to the source or destination addresses of IP packets, statistics IP packet information, for this machine to the same destination address or addresses to the same source for the data packet agreement with the same type of data packets quantity.
Platform: | Size: 70656 | Author: 李皓雯 | Hits:

[Sniffer Package captureRawSocketass

Description: 一个利用Raw Socket编程实现网络封包监视的程序.-use a Raw Socket Programming network packets surveillance procedures.
Platform: | Size: 5120 | Author: hack | Hits:

[Internet-Networkrawsniffer

Description: Sniffer using Sock_raw. 挺不错的。-Sniffer using Sock_raw. Pretty good.
Platform: | Size: 22528 | Author: 亡命 | Hits:

[Database systemOftomatization

Description: 为了方便网络编程,90年代初,由Microsoft联合了其他几家公司共同制定了一套WINDOWS下的网络编程接口,即Windows Sockets规范,它不是一种网络协议,而是一套开放的、支持多种协议的Windows下的网络编程接口。本篇论文主要是介绍了在TCP/IP基础上利用winsock2对网卡进行编程,以达到网络流量监测的目的。论文首先介绍了TCP/IP协议,旨在介绍IP,TCP,UDP等比较重要的协议。主要是介绍IP头,TCP头,UDP头的特点,以便从IP头中可以获取源地址,目的地址,协议类型等信息。在随后的章节中提出了Socket的概念,Socket实际上提供了一个通信端口使所有拥有Socket的端口的计算机之间能够相互通信,在本论文中主要说明了socket的建立,监听和撤销的过程。具体到程序实现中,对网卡混杂模式的设置是通过原始套接字(raw socket)来实现的。为了让原始套接字能接受所有的数据,还需要通过将SOCK_RAW设置成SIO_RCVALL。对数据包的获取通过recv()函数来完成。最后要完成的工作就是对所捕获的IP数据包进行分析以提取出我们所需要的信息。在论文的最后是旨在说明进一步工作的展开. 关键词:网络流量测量 TCP/IP协议 WINSOCK编程 -To facilitate network programming and the beginning of the 1990s, Microsoft jointly by several other companies to develop a set of Windows programming network access , that is, Windows Sockets norms, it is not a network protocol, but a liberal, Multi-protocol support for the Windows network programming interface. The main purpose of this paper is to introduce a TCP/IP based on the use of the card for winsock2 programming, to achieve network traffic monitoring purposes. Papers first introduced the TCP/IP protocol, aimed at introducing IP, TCP, UDP, and other more important agreements. IP is introduced first, the first TCP, UDP first features to the IP header from access to the source address, destination address, Agreement type, and other information. In the ensuing chapters of the Sock
Platform: | Size: 10240 | Author: wq57 | Hits:

[Software EngineeringRawSocket

Description: 本文专门讲解如何运用这种原始套接字,来模拟I P的一些实用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原始套接字,亦可对I P头信息进行实际的操作。-This article specifically on how to use this original socket, to simulate the IP number of practical tools, such as Tr aceroute and P ing procedures. Using raw socket, IP header information can also be carried out on the actual operation.
Platform: | Size: 692224 | Author: kdo | Hits:

[Internet-NetworkSendRawPacket

Description: 这个是利用ndis发送raw socket数据的程序,方便大家借鉴和使用。-This is to use NDIS to send data through raw socket to facilitate reference and use.
Platform: | Size: 67584 | Author: 孙良旭 | Hits:

[Linux-Unixsource

Description: Linux gcc 关于socket的讲解,主要是使用raw来捕获数据包的-Linux gcc explanation on the socket is mainly used to capture raw packets
Platform: | Size: 8192 | Author: | Hits:

[Internet-Networkepnu

Description: 一个使用raw socket 构造数据包的实例-Using raw socket packet structure examples
Platform: | Size: 15360 | Author: dingxin100 | Hits:

[Linux-Unixsockraw9

Description: 一个基于linux平台下利用SOCK raw 通信的例子 很好哦-A linux-based platform using SOCK raw Oh good example of communication
Platform: | Size: 406528 | Author: lv min qiang | Hits:

[JSP/Javarawsocket

Description: Java实现Ping功能(采用JNI技术),有源码和例子-Java realize Ping function (using JNI technology), there are source code and examples
Platform: | Size: 219136 | Author: chh096 | Hits:

[Internet-Networkrawsocket1.c

Description: raw sock example_1. file name is rawsocket1.c.
Platform: | Size: 1024 | Author: kimeunju | Hits:

[Internet-Networkrawsocket2.c

Description: raw sock example_2. file name is rawsocket2.c.
Platform: | Size: 1024 | Author: kimeunju | Hits:

[Internet-Networkrawsocket3.c

Description: raw sock example_3. file name is rawsocket3.c.
Platform: | Size: 1024 | Author: kimeunju | Hits:

[Internet-Networkrawsocket4.c

Description: raw sock example_4. file name is rawsocket4.c.
Platform: | Size: 1024 | Author: kimeunju | Hits:
« 12 »

CodeBus www.codebus.net